object CheckProxyDlg: TCheckProxyDlg Left = 246 Top = 87 BorderIcons = [biSystemMenu, biHelp] BorderStyle = bsDialog Caption = 'Vampire' ClientHeight = 170 ClientWidth = 307 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 81 Top = 8 Width = 144 Height = 13 Caption = 'Checking new proxy settings...' end object Label2: TLabel Left = 16 Top = 32 Width = 57 Height = 13 Caption = 'HTTP proxy' end object Label3: TLabel Left = 16 Top = 80 Width = 48 Height = 13 Caption = 'FTP proxy' end object StopBtn: TBitBtn Left = 116 Top = 136 Width = 75 Height = 25 Caption = 'Stop' TabOrder = 0 OnClick = StopBtnClick Kind = bkCancel end object Panel1: TPanel Left = 9 Top = 48 Width = 289 Height = 25 BevelInner = bvLowered BevelOuter = bvNone TabOrder = 1 end object Panel2: TPanel Left = 9 Top = 96 Width = 289 Height = 25 BevelInner = bvLowered BevelOuter = bvNone TabOrder = 3 end object TCP2: TTCP Left = 272 Top = 128 Width = 32 Height = 32 OnError = TCP2Error OnConnect = TCP2Connect ControlData = { 2143341208000000E5020000E502000001000000000000000000000000000000} end object TCP1: TTCP Left = 8 Top = 128 Width = 32 Height = 32 OnError = TCP1Error OnConnect = TCP1Connect ControlData = { 2143341208000000E5020000E502000001000000000000000000000000000000} end object UseButton: TBitBtn Left = 45 Top = 136 Width = 105 Height = 25 Caption = 'Use anyway' TabOrder = 5 Visible = False Kind = bkYes end object ChangeButton: TBitBtn Left = 157 Top = 136 Width = 105 Height = 25 Caption = 'Change' TabOrder = 6 Visible = False Kind = bkNo end object Timer1: TTimer Enabled = False OnTimer = Timer1Timer Left = 272 Top = 8 end end